home *** CD-ROM | disk | FTP | other *** search
File List | 1997-03-23 | 6.7 KB | 187 lines |
- <!--NewPage-->
- <html>
- <head>
- <!-- Generated by javadoc on Thu Feb 13 12:50:51 PST 1997 -->
- <title>
- Class java.awt.event.ComponentEvent
- </title>
- </head>
- <body>
- <a name="_top_"></a>
- <pre>
- <a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-java.awt.event.html">This Package</a> <a href="java.awt.event.ComponentAdapter.html#_top_">Previous</a> <a href="java.awt.event.ContainerAdapter.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
- <hr>
- <h1>
- Class java.awt.event.ComponentEvent
- </h1>
- <pre>
- <a href="java.lang.Object.html#_top_">java.lang.Object</a>
- |
- +----<a href="java.util.EventObject.html#_top_">java.util.EventObject</a>
- |
- +----<a href="java.awt.AWTEvent.html#_top_">java.awt.AWTEvent</a>
- |
- +----java.awt.event.ComponentEvent
- </pre>
- <hr>
- <dl>
- <dt> public class <b>ComponentEvent</b>
- <dt> extends <a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
- </dl>
- The root event class for all component-level events.
- These events are provided for notification purposes ONLY;
- The AWT will automatically handle component moves and resizes
- internally so that GUI layout works properly regardless of
- whether a program is receiving these events or not.
- <p>
- <dl>
- <dt> <b>See Also:</b>
- <dd> <a href="java.awt.event.ComponentListener.html#_top_">ComponentListener</a>
- </dl>
- <hr>
- <a name="index"></a>
- <h2>
- <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
- </h2>
- <dl>
- <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
- <a href="#COMPONENT_FIRST"><b>COMPONENT_FIRST</b></a>
- <dd> Marks the first integer id for the range of component event ids.
- <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
- <a href="#COMPONENT_HIDDEN"><b>COMPONENT_HIDDEN</b></a>
- <dd> The component hidden event type.
- <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
- <a href="#COMPONENT_LAST"><b>COMPONENT_LAST</b></a>
- <dd> Marks the last integer id for the range of component event ids.
- <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
- <a href="#COMPONENT_MOVED"><b>COMPONENT_MOVED</b></a>
- <dd> The component moved event type.
- <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
- <a href="#COMPONENT_RESIZED"><b>COMPONENT_RESIZED</b></a>
- <dd> The component resized event type.
- <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
- <a href="#COMPONENT_SHOWN"><b>COMPONENT_SHOWN</b></a>
- <dd> The component shown event type.
- </dl>
- <h2>
- <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
- </h2>
- <dl>
- <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
- <a href="#ComponentEvent(java.awt.Component, int)"><b>ComponentEvent</b></a>(Component, int)
- <dd> Constructs a ComponentEvent object with the specified source component
- and type.
- </dl>
- <h2>
- <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
- </h2>
- <dl>
- <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
- <a href="#getComponent()"><b>getComponent</b></a>()
- <dd> Returns the component where this event originated.
- <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
- <a href="#paramString()"><b>paramString</b></a>()
- <dd>
- </dl>
- <a name="variables"></a>
- <h2>
- <img src="images/variables.gif" width=153 height=38 alt="Variables">
- </h2>
- <a name="COMPONENT_FIRST"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
- <b>COMPONENT_FIRST</b>
- <pre>
- public final static int COMPONENT_FIRST
- </pre>
- <dl>
- <dd> Marks the first integer id for the range of component event ids.<p>
- </dl>
- <a name="COMPONENT_LAST"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
- <b>COMPONENT_LAST</b>
- <pre>
- public final static int COMPONENT_LAST
- </pre>
- <dl>
- <dd> Marks the last integer id for the range of component event ids.<p>
- </dl>
- <a name="COMPONENT_MOVED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
- <b>COMPONENT_MOVED</b>
- <pre>
- public final static int COMPONENT_MOVED
- </pre>
- <dl>
- <dd> The component moved event type.<p>
- </dl>
- <a name="COMPONENT_RESIZED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
- <b>COMPONENT_RESIZED</b>
- <pre>
- public final static int COMPONENT_RESIZED
- </pre>
- <dl>
- <dd> The component resized event type.<p>
- </dl>
- <a name="COMPONENT_SHOWN"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
- <b>COMPONENT_SHOWN</b>
- <pre>
- public final static int COMPONENT_SHOWN
- </pre>
- <dl>
- <dd> The component shown event type.<p>
- </dl>
- <a name="COMPONENT_HIDDEN"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
- <b>COMPONENT_HIDDEN</b>
- <pre>
- public final static int COMPONENT_HIDDEN
- </pre>
- <dl>
- <dd> The component hidden event type.<p>
- </dl>
- <a name="constructors"></a>
- <h2>
- <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
- </h2>
- <a name="ComponentEvent"></a>
- <a name="ComponentEvent(java.awt.Component, int)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
- <b>ComponentEvent</b>
- <pre>
- public ComponentEvent(<a href="java.awt.Component.html#_top_">Component</a> source,
- int id)
- </pre>
- <dl>
- <dd> Constructs a ComponentEvent object with the specified source component
- and type.
- <p>
- <dl>
- <dt> <b>Parameters:</b>
- <dd> source - the component where the event originated
- </dl>
- </dl>
- <a name="methods"></a>
- <h2>
- <img src="images/methods.gif" width=151 height=38 alt="Methods">
- </h2>
- <a name="getComponent()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
- <a name="getComponent"><b>getComponent</b></a>
- <pre>
- public <a href="java.awt.Component.html#_top_">Component</a> getComponent()
- </pre>
- <dl>
- <dd> Returns the component where this event originated.
- <p>
- </dl>
- <a name="paramString()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
- <a name="paramString"><b>paramString</b></a>
- <pre>
- public <a href="java.lang.String.html#_top_">String</a> paramString()
- </pre>
- <dl>
- <dl>
- <dt> <b>Overrides:</b>
- <dd> <a href="java.awt.AWTEvent.html#paramString()">paramString</a> in class <a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
- </dl>
- </dl>
- <hr>
- <pre>
- <a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-java.awt.event.html">This Package</a> <a href="java.awt.event.ComponentAdapter.html#_top_">Previous</a> <a href="java.awt.event.ContainerAdapter.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
- </body>
- </html>
-